home *** CD-ROM | disk | FTP | other *** search
/ BMUG Newsletter 1997 Spring / BMUG Spring 1997 Newsletter (1997).bin / Software Updaters / A-C Updaters / Adobe / PageMaker ƒ / QMS Ver 4.0 PPDs ƒ / QMS 2025 Print System < prev    next >
PostScript Printer Description  |  1993-05-18  |  14KB  |  441 lines

  1. *PPD-Adobe:  "4.0"
  2. *% Adobe Systems Printer Description File
  3. *% For "QMS 2025 Print System" version 2011.22
  4. *% Date: 02/10/93
  5. *% Modified:  05/18/93
  6.  
  7. *FormatVersion: "4.0"
  8. *FileVersion: "1.0"
  9. *LanguageVersion: English
  10.  
  11. *Product: "(QMS 2025 Print System)"
  12. *PSVersion: "(2011.22) 17"
  13. *NickName: "QMS 2025 Print System"
  14.  
  15. *% General Information and Defaults ===============
  16. *FreeVM: "486838"
  17. *ColorDevice: False
  18. *VariablePaperSize: False
  19. *FileSystem: True
  20. *?FileSystem: "/initializedisk where{pop(True)}{(False)} ifelse = flush"
  21. *Throughput: "20"
  22. *Password: "0"
  23. *ExitServer: "
  24.   count 0 eq {  % is the password on the stack?
  25.     true
  26.   }{
  27.     dup % potential password
  28.     statusdict begin checkpassword end not
  29.   } ifelse
  30.   {  %  if no password or not valid
  31.     (WARNING : Cannot perform the exitserver command.) =
  32.     (Password supplied is not valid.) =
  33.     (Please contact the author of this software.) = flush
  34.     quit
  35.   } if
  36.   serverdict begin exitserver
  37. "
  38. *End
  39.  
  40. *Reset: "
  41.   count 0 eq {  % is the password on the stack?
  42.     true
  43.   }{
  44.     dup % potential password
  45.     statusdict begin checkpassword end not
  46.   } ifelse
  47.   {  %  if no password or not valid
  48.     (WARNING : Cannot reset printer.) =
  49.     (Password supplied is not valid.) =
  50.     (Please contact the author of this software.) = flush
  51.     quit
  52.   } if
  53.   serverdict begin exitserver
  54.   systemdict /quit get exec
  55.   (WARNING : Printer Reset Failed.) = flush
  56. "
  57. *End
  58.  
  59. *OpenUI *Resolution: PickOne
  60. *OrderDependency: 5 AnySetup *Resolution
  61. *DefaultResolution: 300dpi
  62. *Resolution 400dpi: "statusdict begin 400 setresolution end "
  63. *Resolution 300dpi: "statusdict begin 300 setresolution end "
  64. *?Resolution: "
  65. save
  66.   statusdict begin resolution end
  67.   128 string cvs dup print (x) print print (dpi) = flush
  68. restore
  69. "
  70. *End
  71. *CloseUI: *Resolution
  72.  
  73. *% Halftone Information ===============
  74. *ScreenFreq: "60.0"
  75. *ScreenAngle: "45.0"
  76. *DefaultScreenProc: Dot
  77. *ScreenProc Dot: "
  78. { dup mul exch dup mul add 1 exch sub }
  79. "
  80. *End
  81. *ScreenProc Line: "{ pop }"
  82. *ScreenProc Ellipse: "{ dup 5 mul 8 div mul exch dup mul exch add sqrt 1 exch sub }"
  83.  
  84. *DefaultTransfer: Null
  85. *Transfer Null: "{ }"
  86. *Transfer Null.Inverse: "{ 1 exch sub }"
  87. *Transfer Normalized: "{ }"
  88. *Transfer Normalized.Inverse: "{ 1 exch sub }"
  89.  
  90. *% Paper Handling ===================
  91.  
  92. *% Use these entries to set paper size most of the time, unless there is
  93. *% specific reason to use PageRegion or PaperTray.
  94. *OpenGroup:  PaperHandling
  95. *OpenUI *PageSize: PickOne
  96. *OrderDependency: 15 AnySetup *PageSize
  97. *DefaultPageSize: Letter
  98. *PageSize Letter: "statusdict begin lettertray end"
  99. *PageSize Legal: "statusdict begin legaltray end"
  100. *PageSize Tabloid: "statusdict begin 11x17tray end"
  101. *PageSize Executive: "statusdict begin executivetray end"
  102. *PageSize A3: "statusdict begin a3tray end"
  103. *PageSize A4: "statusdict begin a4tray end"
  104. *PageSize A5: "statusdict begin a5tray end"
  105. *PageSize B4: "statusdict begin b4tray end"
  106. *PageSize B5: "statusdict begin b5tray end"
  107. *?PageSize: "
  108.  save statusdict begin
  109.   20 dict begin
  110.    /letter (Letter) def 
  111.    /legal (Legal) def
  112.    /11x17 (Tabloid) def 
  113.    /a3 (A3) def 
  114.    /a4 (A4) def
  115.    /a5 (A5) def 
  116.    /b4 (B4) def
  117.    /b5 (B5) def 
  118.    /executivepage (Executive) def
  119.    papersize 
  120.    {load exec} stopped not{= flush}if
  121.   end
  122.  end restore
  123. "
  124. *End
  125. *CloseUI: *PageSize
  126.  
  127. *% These entries will set up the frame buffer. Usually used with manual feed.
  128. *% PageMaker 4.2 and Freehand 3.1 use this PageRegion command.
  129. *OpenUI *PageRegion: PickOne
  130. *OrderDependency: 20 AnySetup *PageRegion
  131. *DefaultPageRegion: Letter
  132. *PageRegion Letter: "statusdict begin letter /QMSpaper {letter} def end"
  133. *PageRegion Legal: "statusdict begin legal /QMSpaper {legal} def end"
  134. *PageRegion Tabloid: "statusdict begin 11x17 /QMSpaper {11x17} def end"
  135. *PageRegion Executive: "statusdict begin executivepage /QMSpaper {executivepage} def end"
  136. *PageRegion A3: "statusdict begin a3 /QMSpaper {a3} def end"
  137. *PageRegion A4: "statusdict begin a4 /QMSpaper {a4} def end"
  138. *PageRegion A5: "statusdict begin a5 /QMSpaper {a5} def end"
  139. *PageRegion B4: "statusdict begin b4 /QMSpaper {b4} def end"
  140. *PageRegion B5: "statusdict begin b5 /QMSpaper {b5} def end"
  141. *CloseUI: *PageRegion
  142.  
  143. *% These entries will invoke a particular tray--error may occur if tray is not inserted.
  144. *% These errors should be trapped by software and a message displayed
  145. *% These are commented out for compatibility with V4 ppd spec
  146. *% Freehand 3.1  uses this PaperTray command.
  147. *OpenUI *PaperTray: PickOne
  148. *OrderDependency: 20 AnySetup *PaperTray
  149. *DefaultPaperTray: Letter
  150. *PaperTray Letter: "statusdict begin letter end"
  151. *PaperTray Legal: "statusdict begin legal end"
  152. *PaperTray Tabloid: "statusdict begin 11x17 end"
  153. *PaperTray Executive: "statusdict begin executivepage end"
  154. *PaperTray A3: "statusdict begin a3 end"
  155. *PaperTray A4: "statusdict begin a4 end"
  156. *PaperTray A5: "statusdict begin a5 end"
  157. *PaperTray B4: "statusdict begin b4 end"
  158. *PaperTray B5: "statusdict begin b5 end"
  159. *?PaperTray: "
  160.  save statusdict begin
  161.   20 dict begin
  162.    /letter (Letter) def 
  163.    /legal (Legal) def
  164.    /11x17 (Tabloid) def 
  165.    /a3 (A3) def 
  166.    /a4 (A4) def
  167.    /a5 (A5) def 
  168.    /b4 (B4) def
  169.    /b5 (B5) def 
  170.    /executivepage (Executive) def
  171.    papersize pop
  172.    {load exec} stopped not{= flush}if
  173.   end
  174.  end restore
  175. "
  176. *End
  177. *CloseUI: *PaperTray
  178.  
  179. *% The following entries provide information about specific paper keywords.
  180. *DefaultImageableArea: Letter
  181. *ImageableArea Letter: "12 12 600 780 "
  182. *ImageableArea Legal: "12 12 601 996 "
  183. *ImageableArea Tabloid: "12 12 780 1212 "
  184. *ImageableArea Executive: "12 12 528 745 "
  185. *ImageableArea A3: "12 12 829 1178 "
  186. *ImageableArea A4: "12 12 583 829 "
  187. *ImageableArea A5: "12 13 407 583 "
  188. *ImageableArea B4: "12 12 716 1019 "
  189. *ImageableArea B5: "12 12 503 716 "
  190. *?ImageableArea: "
  191.  save /cvp { cvi (            ) cvs print ( ) print } bind def
  192.   newpath clippath pathbbox
  193.   4 -2 roll exch 2 {ceiling cvp} repeat
  194.   exch 2 {floor cvp} repeat flush
  195.  restore
  196. "
  197. *End
  198.  
  199.  
  200. *% These provide the physical dimensions of the paper (by keyword)
  201. *DefaultPaperDimension: Letter
  202. *PaperDimension Letter: "612 792"
  203. *PaperDimension Legal: "612 1008"
  204. *PaperDimension Tabloid: "792 1224"
  205. *PaperDimension Executive: "540 756"
  206. *PaperDimension A3: "842 1191"
  207. *PaperDimension A4: "596 842"
  208. *PaperDimension A5: "420 596"
  209. *PaperDimension B4: "729 1032"
  210. *PaperDimension B5: "516 729"
  211.  
  212. *OpenUI *OutputBin: PickOne
  213. *OrderDependency: 30 AnySetup *OutputBin
  214. *DefaultOutputBin: Upper
  215. *OutputBin Upper: "statusdict begin 1 setoutputtray end"
  216. *OutputBin Lower: "statusdict begin 2 setoutputtray end"
  217. *OutputBin Side: "statusdict begin 3 setoutputtray end"
  218. *OutputBin Any: "statusdict begin -1 setoutputtray end"
  219. *CloseUI: *OutputBin
  220.  
  221. *OpenUI *InputSlot: PickOne
  222. *OrderDependency: 10 AnySetup *InputSlot
  223. *DefaultInputSlot: Upper
  224. *InputSlot Upper: "statusdict begin 
  225.    1 setpapertray 
  226.      statusdict /QMSpaper known
  227.      {QMSpaper} if
  228.    end"
  229. *End
  230. *InputSlot Lower: "statusdict begin 
  231.    2 setpapertray 
  232.      statusdict /QMSpaper known
  233.      {QMSpaper} if
  234.    end"
  235. *End
  236. *InputSlot LargeCapacity: "statusdict begin 
  237.    3 setpapertray 
  238.      statusdict /QMSpaper known
  239.      {QMSpaper} if
  240.    end"
  241. *End
  242. *?InputSlot: "
  243.  save statusdict begin
  244.   5 dict begin
  245.    /1 (Upper) def
  246.    /2 (Lower) def
  247.    /3 (LargeCapacity) def
  248.    papertray
  249.      {( ) cvs cvn load exec} stopped not{= flush}if
  250.   end
  251.  end restore
  252. "
  253. *End
  254. *CloseUI: *InputSlot
  255.  
  256. *DefaultManualFeed: False
  257. *?ManualFeed: "
  258.   statusdict /manualfeed get
  259.   {(True)}{(False)}ifelse = flush"
  260. *End
  261. *ManualFeed True: "statusdict begin /manualfeed true store end"
  262. *ManualFeed False: "statusdict begin /manualfeed false store end"
  263.  
  264. *DefaultOutputOrder: Normal
  265. *OutputOrder Normal: "statusdict begin 1 setoutputtray end"
  266. *OutputOrder Reverse: "statusdict begin 2 setoutputtray end"
  267.  
  268. *DefaultCollator: None
  269. *DefaultSorter: None
  270.  
  271. *OpenUI *Duplex: PickOne
  272. *OrderDependency: 40 AnySetup *Duplex
  273. *DefaultDuplex: None
  274. *Duplex None: "statusdict begin false setduplexmode false settumble end"
  275. *Duplex DuplexNoTumble: "statusdict begin true setduplexmode false settumble end"
  276. *Duplex DuplexTumble: "statusdict begin true setduplexmode true settumble end"
  277. *?Duplex: "
  278. statusdict begin
  279. duplexmode
  280. { tumble
  281.   { (DuplexTumble) }
  282.   { (DuplexNoTumble) }
  283.   ifelse
  284. }
  285. { (None)}
  286. ifelse
  287. = flush
  288. end
  289. "
  290. *End
  291. *CloseUI: *Duplex
  292. *CloseGroup: PaperHandling
  293.  
  294. *% Font Information =====================
  295.  
  296. *DefaultFont: Courier
  297. *Font AGaramond-Bold: Standard "(001.000)"
  298. *Font AGaramond-BoldItalic: Standard "(001.000)"
  299. *Font AGaramond-Italic: Standard "(001.000)"
  300. *Font AGaramond-Regular: Standard "(001.000)"
  301. *Font AGaramond-Semibold: Standard "(001.000)"
  302. *Font AGaramond-SemiboldItalic: Standard "(001.000)"
  303. *Font AvantGarde-Book: Standard "(001.002)"
  304. *Font AvantGarde-BookOblique: Standard "(001.002)"
  305. *Font AvantGarde-Demi: Standard "(001.003)"
  306. *Font AvantGarde-DemiOblique: Standard "(001.003)"
  307. *Font Bookman-Demi: Standard "(001.001)"
  308. *Font Bookman-DemiItalic: Standard "(001.001)"
  309. *Font Bookman-Light: Standard "(001.001)"
  310. *Font Bookman-LightItalic: Standard "(001.001)"
  311. *Font Courier: Standard "(002.003)"
  312. *Font Courier-Bold: Standard "(002.003)"
  313. *Font Courier-BoldOblique: Standard "(002.003)"
  314. *Font Courier-Oblique: Standard "(002.003)"
  315. *Font Helvetica: Standard "(001.006)"
  316. *Font Helvetica-Bold: Standard "(001.007)"
  317. *Font Helvetica-BoldOblique: Standard "(001.007)"
  318. *Font Helvetica-Condensed: Standard "(001.001)"
  319. *Font Helvetica-Condensed-Bold: Standard "(001.002)"
  320. *Font Helvetica-Condensed-BoldObl: Standard "(001.002)"
  321. *Font Helvetica-Condensed-Oblique: Standard "(001.001)"
  322. *Font Helvetica-Narrow: Standard "(001.006)"
  323. *Font Helvetica-Narrow-Bold: Standard "(001.007)"
  324. *Font Helvetica-Narrow-BoldOblique: Standard "(001.007)"
  325. *Font Helvetica-Narrow-Oblique: Standard "(001.006)"
  326. *Font Helvetica-Oblique: Standard "(001.006)"
  327. *Font NewCenturySchlbk-Bold: Standard "(001.006)"
  328. *Font NewCenturySchlbk-BoldItalic: Standard "(001.004)"
  329. *Font NewCenturySchlbk-Italic: Standard "(001.003)"
  330. *Font NewCenturySchlbk-Roman: Standard "(001.004)"
  331. *Font Palatino-Bold: Standard "(001.002)"
  332. *Font Palatino-BoldItalic: Standard "(001.002)"
  333. *Font Palatino-Italic: Standard "(001.002)"
  334. *Font Palatino-Roman: Standard "(001.001)"
  335. *Font Symbol: Special "(001.007)"
  336. *Font Times-Bold: Standard "(001.007)"
  337. *Font Times-BoldItalic: Standard "(001.009)"
  338. *Font Times-Italic: Standard "(001.007)"
  339. *Font Times-Roman: Standard "(001.007)"
  340. *Font ZapfChancery-MediumItalic: Standard "(001.003)"
  341. *Font ZapfDingbats: Special "(001.002)"
  342. *?FontQuery: "
  343. save  4 dict begin /sv exch def
  344. /str (fonts/                              ) def
  345. /st2 128 string def
  346. {
  347.   count 0 gt {
  348.     dup st2 cvs (/) print print (:) print
  349.     dup FontDirectory exch known {pop (Yes)}{
  350.      str exch st2 cvs dup length /len exch def
  351.      6 exch putinterval str 0 len 6 add getinterval mark exch
  352.      { } st2 filenameforall counttomark 0 gt {
  353.       cleartomark (Yes)}{cleartomark (No)}ifelse
  354.     }ifelse = flush
  355.   }{ exit } ifelse
  356. } bind loop
  357. (*) = flush
  358. sv end restore
  359. "
  360. *End
  361.  
  362. *?FontList: "
  363. save  2 dict begin /sv exch def
  364. /str 128 string def
  365. FontDirectory { pop == } bind forall flush
  366. /filenameforall where { 
  367.  pop save (fonts/*) { 
  368.   dup length 6 sub 6 exch getinterval cvn == 
  369.  } bind str filenameforall flush restore
  370. } if 
  371. (*) = flush
  372. sv end restore
  373. "
  374. *End
  375.  
  376. *% Printer Messages (verbatim from printer):
  377. *Message: "%%[ exitserver: permanent state may be changed ]%%"
  378. *Message: "%%[ Flushing: rest of job (to end-of-file) will be ignored ]%%"
  379. *Message: "\FontName\ not found, using Courier"
  380.  
  381. *% Status (format: %%[ status: <one of these> ]%% )
  382. *Status: "idle"
  383. *Status: "busy"
  384. *Status: "waiting"
  385. *Status: "printing"
  386. *Status: "warming up"
  387.  
  388. *% Input Sources (format: %%[ status: <stat>; source: <one of these> ]%% )
  389. *Source: "serial25"
  390. *Source: "AppleTalk"
  391. *Source: "Centronics"
  392. *Source: "Optional I/O"
  393.  
  394. *% Printer Error (format: %%[ PrinterError: <one of these> ]%%)
  395. *PrinterError: "Paper Out"
  396. *PrinterError: "Paper Jam"
  397. *PrinterError: "Off line"
  398.  
  399. *DeviceAdjustMatrix: "[1 0 0 1 0 0]"
  400.  
  401. *% Color Separation Information =====================
  402.  
  403. *DefaultColorSep: ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi
  404.  
  405. *InkName: ProcessBlack/Process Black
  406. *InkName: CustomColor/Custom Color
  407. *InkName: ProcessCyan/Process Cyan
  408. *InkName: ProcessMagenta/Process Magenta
  409. *InkName: ProcessYellow/Process Yellow
  410.  
  411. *%  For 60 lpi / 300 dpi  ===============================
  412.  
  413. *ColorSepScreenAngle ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "45"
  414. *ColorSepScreenAngle CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "45"
  415. *ColorSepScreenAngle ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "15"
  416. *ColorSepScreenAngle ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "75"
  417. *ColorSepScreenAngle ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "0"
  418.  
  419. *ColorSepScreenFreq ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "60"
  420. *ColorSepScreenFreq CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "60"
  421. *ColorSepScreenFreq ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "60"
  422. *ColorSepScreenFreq ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "60"
  423. *ColorSepScreenFreq ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "60"
  424.  
  425. *%  For 53 lpi / 300 dpi  ===============================
  426.  
  427. *ColorSepScreenAngle ProcessBlack.53lpi.300dpi/53 lpi / 300 dpi: "45.0"
  428. *ColorSepScreenAngle CustomColor.53lpi.300dpi/53 lpi / 300 dpi: "45.0"
  429. *ColorSepScreenAngle ProcessCyan.53lpi.300dpi/53 lpi / 300 dpi: "71.5651"
  430. *ColorSepScreenAngle ProcessMagenta.53lpi.300dpi/53 lpi / 300 dpi: "18.4349"
  431. *ColorSepScreenAngle ProcessYellow.53lpi.300dpi/53 lpi / 300 dpi: "0.0"
  432.  
  433. *ColorSepScreenFreq ProcessBlack.53lpi.300dpi/53 lpi / 300 dpi: "53.033"
  434. *ColorSepScreenFreq CustomColor.53lpi.300dpi/53 lpi / 300 dpi: "53.033"
  435. *ColorSepScreenFreq ProcessCyan.53lpi.300dpi/53 lpi / 300 dpi: "47.4342"
  436. *ColorSepScreenFreq ProcessMagenta.53lpi.300dpi/53 lpi / 300 dpi: "47.4342"
  437. *ColorSepScreenFreq ProcessYellow.53lpi.300dpi/53 lpi / 300 dpi: "50.0"
  438.  
  439. *% end of PPD file for QMS 2025 Print System
  440.  
  441.